home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
Squeaky.swf
/
scripts
/
frame_160
/
PlaceObject2_520_61
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-04
|
154 b
|
11 lines
onClipEvent(enterFrame){
if(this.time > 0)
{
this.gotoAndStop(2);
}
if(this.time == 0)
{
this.gotoAndStop(3);
}
}